lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving a staff closer to another one


From: Phil Holmes
Subject: Re: Moving a staff closer to another one
Date: Sat, 15 Dec 2012 17:54:18 -0000

What are you trying to achieve with the pedal Staff?

--
Phil Holmes
 
 
----- Original Message -----
Sent: Saturday, December 15, 2012 5:16 PM
Subject: Moving a staff closer to another one

Hi all,

I have a piece with the following overall structure:

\score {
\new StaffGroup
<<
\new PianoStaff
<<
\new Staff = "RH" { \relative c' { \righthand } }
\new Staff = "LH" { \relative c { \lefthand } }
>>
\new Staff = "pedalMarks" \with {
\remove "Key_engraver"
\remove "Clef_engraver"
\remove "Staff_symbol_engraver"
\remove "Time_signature_engraver"
}
{
\relative c { \pedal }
}
>>
}

I would like to move the staff "pedalMarks" so that it sits substantially closer to the piano staff than the default spacing.

I have spent an few hours with the documentation at:


and I have had absolutely zero luck in getting anything there to work as I hoped it would.

I see the example with negative spacing (which is what I actually want, but I cannot seem to apply it to my case here).

Can anyone help me figure out how to get negative spacing here?

Best,

Arle


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

reply via email to

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