lilypond-user
[Top][All Lists]
Advanced

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

Re: Clef change collision


From: Pierre Perol-Schneider
Subject: Re: Clef change collision
Date: Sun, 8 Mar 2015 11:02:26 +0100

Try :

\version "2.18.2"

up = { \change Staff = "up" }
down = { \change Staff = "down" }

\new PianoStaff <<
  \new Staff = "up" {
    \clef bass
    \time 6/8
    s4.
    \clef treble \up <d' a'>8 \down <d' a'> \up <a' d'' a''>
  }
  \new Staff = "down" {
    \clef bass
    <d, a,>8 \up <d a> \down <d a>
    \clef treble
    s4. 
  }
>>


Cheers,
Pierre

2015-03-07 23:54 GMT+01:00 Nolan Winter <address@hidden>:
I'm trying to transcribe Ravel's Alborada del Gracioso but when there are clef changes there tends to be a collision between the clef and the notes. How would I add space? And perhaps I'm writing it incorrectly, since I have one staff doing all the work. I don't know how to have cross staff beaming but with the notes written in different staffs.


\version "2.18.2"

up = {\change Staff = "up" }
down = { \change Staff = "down" }

\new PianoStaff <<
\new Staff = "up" { \clef bass \time 6/8 s4. \clef treble s4. }
\new Staff = "down" { \clef bass<d, a,>8 \up <d a> \down <d a> \clef treble \up <d' a'> \down <d' a'> \up <a' d'' a''> }
>>



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