https://codereview.appspot.com/256090043/diff/20001/Documentation/music-glossary.tely File Documentation/music-glossary.tely (right):
https://codereview.appspot.com/256090043/diff/20001/Documentation/music-glossary.tely#newcode4309 Documentation/music-glossary.tely:4309: Since the 18th century the high bass clef used in French Horn parts for Beginning in the 18th century the high bass clef has been used ... (Denglish to English) https://codereview.appspot.com/256090043/diff/20001/Documentation/music-glossary.tely#newcode4313 Documentation/music-glossary.tely:4313: higher -- octavation indicators on clefs on came at the beginning of the typo for 'only came', but in English probably 'appeared' https://codereview.appspot.com/256090043/diff/20001/Documentation/music-glossary.tely#newcode4321 Documentation/music-glossary.tely:4321: instrument's own pitch) will need to also adjust for the extra octave. Not necessarily. It is more LilyPond style to use the true pitches and adjust the presentation of the clef. Section Notation Reference 1.1.3 already shows us how place the graphical clef independently of the position of middle C. The most straightforward way to make a high bass clef would be to print the modern version \clef "baas^8" without the '8' : music = {g4 b d' g'} <<\new Staff { \clef treble \music } \new Staff \with { \omit ClefModifier }{ \clef "bass^8" \music } >> https://codereview.appspot.com/256090043/diff/20001/Documentation/snippets/new/high-bass-clef-comparison-examples.ly File Documentation/snippets/new/high-bass-clef-comparison-examples.ly (right): https://codereview.appspot.com/256090043/diff/20001/Documentation/snippets/new/high-bass-clef-comparison-examples.ly#newcode14 Documentation/snippets/new/high-bass-clef-comparison-examples.ly:14: This is an interesting snippet, but very very puzzling in the context of a definition of the high bass clef. https://codereview.appspot.com/256090043/ _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
