Re: Clef change collision

2015-03-08 Thread Pierre Perol-Schneider
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 8 \down \up } \new Staff = "down" { \clef bass 8 \up \down \clef treble s4. } >> C

Clef change collision

2015-03-07 Thread Nolan Winter
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