Hi Lilyponders!
I searched in my mail-box and in notation.pdf but I did not understand out how 
to move horizontally  the rests and \ NoteColumn override # 'force-hshift = x 
does not work obviously with rests.
Any ideas?
\version "2.15.11"
global = {
  \key c \major
  \time 4/4
}

u = \relative c'' {
  \global
  c4 c c c|
}

m = \relative c'' {
  \global
  g4\rest
}

l = \relative c' {
  \global
  \stemDown
  e4 e e e|
}

\score {
  \new Staff {<< \u \\ \m \\ \l >> }
}
-- 
oiram/bin/selom
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to