lilypond-user
[Top][All Lists]
Advanced

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

Re: can't move note columns in both voices at beginning of a bar


From: Malte Meyn
Subject: Re: can't move note columns in both voices at beginning of a bar
Date: Sun, 29 Jan 2017 09:48:20 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0


Am 28.01.2017 um 18:16 schrieb Stefan Thomas:
> the following example shows, that I can't move NoteColumns in two voices
> at the beginning of a measure. It's only possible in one of the voices.
> Has someone an idea for a solution?

Do you want to have more space after the barline? Try the following:


\version "2.18.2"

First = { e4 r8 f8 g2 }

Second = { c4 r8 d8 e2 }

\new Staff {
  \transpose c c' <<
    {
      \First
      \once \override Staff.BarLine.extra-spacing-width = #'(0 . 11)
      \First
    } \\ {
      \Second
      \Second
    }
  >>
}



reply via email to

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