Thomas Morley <[email protected]> writes: > With the following code the BreathingSign is placed wrong. > > \version "2.16.1" > % same with: > %\version "2.17.10" > > << > \new Staff \relative c'' { d8 d \mark \markup "Tutti" d2. } > \new Staff \relative c' { d4 \breathe d2 \mark \markup "Tutti" d4 } >>>
Not an answer to your question, but \mark "Tutti" should be sufficient: plain strings should count as markups in almost all situations. No idea about the actual problem you asked about. -- David Kastrup _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
