In the following lilypond the location reported for the line of notes
after the markup is off by one. The d's are reported at line 5 when they
are on 6 etc. The first c'4 is correctly reported as being on line 3.

8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
\version "2.18.0"
mymusic = {
         c'4 ^\markup{\bold{  hi
}}
         c' c' c'
         d' d' d' d' 
         e' e' e' e' 
}
\score { 
 <<
 \mymusic               
 >>
}
8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><

The trigger seems to be the new line in the markup expression. I attach
the file for the avoidance of email-paste problems.

Richard

\version "2.18.0"
mymusic = {
         c'4 ^\markup{\bold{  hi
}}
         c' c' c'
         d' d' d' d' 
         e' e' e' e' 
}
\score { 
 <<
 \mymusic               
 >>
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to