Dear all,

I have a problem with spacing a small snippet of music. Of course I could manually add some extra space each time after the Clef, but I wonder if there is a better solution. In my opinion, this spacing behaviour should clearly adapt to the staff size...

Cheers,
musicus
\version "2.19.65"

\score {
  \layout {
    #(layout-set-staff-size 15)
  }
  \new Staff { g' a' }
}

\score {
  \new Staff { g' a' }
}

\score {
  \layout {
    #(layout-set-staff-size 40)
  }
  \new Staff { g' a' }
}

\score {
  \layout {
    #(layout-set-staff-size 80)
  }
  \new Staff { g' a' }
}


\score {
  \layout {
    #(layout-set-staff-size 15)
  }
  \new Staff \with {
    \remove Time_signature_engraver
  }{ g' a' }
}

\score {
  \new Staff \with {
    \remove Time_signature_engraver
  }{ g' a' }
}

\score {
  \layout {
    #(layout-set-staff-size 40)
  }
  \new Staff \with {
    \remove Time_signature_engraver
  }{ g' a' }
}

\score {
  \layout {
    #(layout-set-staff-size 80)
  }
  \new Staff \with {
    \remove Time_signature_engraver
  }{ g' a' }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to