bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1330 in lilypond: adapt the \skip command to automatically-aligned


From: lilypond
Subject: Issue 1330 in lilypond: adapt the \skip command to automatically-aligned lyrics mode
Date: Fri, 15 Oct 2010 08:09:07 +0000

Status: Accepted
Owner: ----
Labels: Type-Enhancement Priority-Low

New issue 1330 by address@hidden: adapt the \skip command to automatically-aligned lyrics mode
http://code.google.com/p/lilypond/issues/detail?id=1330

NR 2.1.2 states that
"The \skip command must be followed by a number,
but this number is ignored in lyrics which derive their durations
from the notes in an associated melody through \addlyrics or
\lyricsto.  Each \skip skips a single note of any
value, irrespective of the value of the following number."

Which means that right now you have to do
<<
  \new Voice = "foo" { b b b b b b b b }
  \new Lyrics \lyricmode {
    \skip 1 blah4 }
  %% BUT:
  \new Lyrics \lyricsto "foo" {
    \repeat unfold 4 \skip 1 blah }
>>
I suggest that either \skip wouldn't require a number when in
automatically-aligned \lyricsto mode, or that the number indicates the
number of syllables to skip (rather than a duration), which would
allow users not to use the \repeat unfold hack.





reply via email to

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