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: Paolo Prete
Subject: Re: Put the rests in cross-staff between staves
Date: Sat, 3 Mar 2018 20:51:35 +0000 (UTC)

Thanks to Joshua and Mark. 
The solution of Joshua appears more accurate to me in the graphical result, but it seems a work-around and I wonder if is there a shorter and specific function to obtain the same result.


Il Giovedì 1 Marzo 2018 23:39, Joshua Stutter <address@hidden> ha scritto:


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:lilypond-user-bounces+carsonmark=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


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




reply via email to

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