Comment #2 on issue 1448 by n.puttock: Inconsistent behaviour of \dynamic in a \markup
http://code.google.com/p/lilypond/issues/detail?id=1448

I'm not convinced this is a bug.

The first example works due to a combination of larger first word and small value for \halign. If you increase the amount, you'll see that similar collisions will occur:

\paper {
  left-margin = #25
}

\markup  {
  \halign #2  {
    \whiteout \pad-markup #0.5  {
      \italic {"meno " } \dynamic { "f" }
    }
  }
}

\markup {
  \halign #0.5 {
    \whiteout \pad-markup #0.5  {
      \dynamic { "f" }  \italic {"meno " }
    }
  }
}

In both examples, using \halign with braces causes the alignment change to be applied to each element separately, and this is dependent on the extent of each markup.


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to