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 <j...@yokermusic.scot> 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=ca.rr....@gnu.org] *On Behalf 
> Of *Paolo Prete
> *Sent:* Thursday, March 01, 2018 7:01 AM
> *To:* Lilypond-User Mailing List <lilypond-user@gnu.org>
> *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
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


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


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

Reply via email to