lilypond-user
[Top][All Lists]
Advanced

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

Re: Put the rests in cross-staff between staves


From: Joshua Stutter
Subject: Re: Put the rests in cross-staff between staves
Date: Thu, 1 Mar 2018 22:38:37 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Or indeed a dedicated stave for the rest if this is going to occur often.

   \score {
      <<
        \new Staff = "up" { c''4 \change Staff = "rest" r \change Staff
   = "up" c'' }
        \new Staff = "rest" \with { \omit Staff.StaffSymbol \omit Clef
   \omit TimeSignature \omit KeySignature  } { s4*3 }
        \new Staff = "down" { c''4 c'' c'' }
      >>
      \layout {
        \context {
          \Staff
          \override VerticalAxisGroup.default-staff-staff-spacing =
          #'((basic-distance . 2)
             (minimum-distance . 2)
             (padding . 2))
        }
      }
   }

Joshua.


On 01/03/18 21:59, Mark Stephen Mrotek wrote:

Paolo,

Does the attached accomplish what you want?

Mark

*From:*lilypond-user [mailto:address@hidden *On Behalf Of *Paolo Prete
*Sent:* Thursday, March 01, 2018 7:01 AM
*To:* Lilypond-User Mailing List <address@hidden>
*Subject:* Put the rests in cross-staff between staves

Hello,

in a cross-staff bar, is there a simple way to put the rests in the middle between the two staves?

Currently, I use that:

\override Rest #'staff-position = #-12

...but I wonder if is there a better way to obtain the same result

Thanks



_______________________________________________
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]