lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with point-and-click from within function


From: Malte Meyn
Subject: Re: Problem with point-and-click from within function
Date: Thu, 11 Aug 2016 13:29:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0



Am 11.08.2016 um 13:00 schrieb Urs Liska:
After some experimentation I have the impression this is related to a
phenomenon I see in the attached file. The three functions all return
the original music, but somewhat differently. The point I'm wondering
about is: why does the point-and-click link sometimes (expectedly) point
to the music but sometimes to the function invocation?

I had a similar “problem” some days ago when I was arranging some music and had conditionals for testing different versions: The following code sets point-and-click links to the opening parenthesis of the #(if …). Can this be changed using (*parser*) and (*location*) somehow?

\version "2.19.46"

#(define foo #t)

\relative {
  f' f f f e2 e
  #(if foo
       #{ g4 g g g c,1 #}
       #{ d4 d d d c1 #})
}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]