Hello :-)
With this code I pointed to the extension of a instrument (the horn). The
code is correct, do you think? You can stop the diagonal line so that it
does not overlay the treble clef?

\version "2.16.2"

\relative c'' {
  \clef "bass"
  \cadenzaOn
  bes,,,1 \glissando \clef "treble" f''''
  \cadenzaOff
  \bar "||"
}
\layout {
  \context {
  \Staff \remove "Time_signature_engraver"
}
\context {
  \Score
  \remove "Bar_number_engraver"
  \override SpacingSpanner #'uniform-stretching = ##t
}
}

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

Reply via email to