lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3254 in lilypond: Patch: don't abort aligning


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3254 in lilypond: Patch: don't abort aligning when grob's parent is a PaperColumn
Date: Sun, 17 Mar 2013 23:57:58 +0000


Comment #2 on issue 3254 by address@hidden: Patch: don't abort aligning when grob's parent is a PaperColumn
http://code.google.com/p/lilypond/issues/detail?id=3254

% some code for testing:

\markup "associated lyrics:"
{ c'2 c' d' d' }
\addlyrics { foo bar la mmm }

\markup "unassociated lyrics:"
<<
  { c'2 c' d' d' e'1 }
  \new Lyrics { \lyricmode  { foo2 bar __ la mmm } }


\markup "associated lyrics:"
{ c'2 c' d' d' }
\addlyrics {
  \override LyricText #'self-alignment-X = #RIGHT
  foo bar la mmm
}

\markup "unassociated lyrics:"
<<
  { c'2 c' d' d' }
  \new Lyrics {
    \lyricmode  {
      \override LyricText #'self-alignment-X = #RIGHT
      foo2 bar la mmm
    }
  }


<<
  { c'4 d'2 e'4 }
  \new Lyrics \lyricmode { \skip 4 lal4 lil4 }


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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