lilypond-user
[Top][All Lists]
Advanced

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

Horizontally shifting rests


From: Mario Moles
Subject: Horizontally shifting rests
Date: Sat, 24 Sep 2011 16:53:12 +0200
User-agent: KMail/1.13.6 (Linux/3.0.4-desktop-nrj.69mib; KDE/4.5.5; x86_64; ; )

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


reply via email to

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