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
    }
  >>
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to