lilypond-devel
[Top][All Lists]
Advanced

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

Re: Doc: Glossary - add notes for High Bass Clef (issue 256090043 by add


From: pkx166h
Subject: Re: Doc: Glossary - add notes for High Bass Clef (issue 256090043 by address@hidden)
Date: Thu, 23 Jul 2015 06:33:45 +0000

Thanks Keith.


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
On 2015/07/23 05:38:28, Keith wrote:
Beginning in the 18th century the high bass clef has been used ...
(Denglish to
English)

Done.

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
On 2015/07/23 05:38:28, Keith wrote:
typo for 'only came', but in English probably 'appeared'

Done.

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.
On 2015/07/23 05:38:28, Keith wrote:
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
   } >>

Thanks for that.

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:
On 2015/07/23 05:38:28, Keith wrote:
This is an interesting snippet, but very very puzzling in the context
of a
definition of the high bass clef.

I have removed the snippet and used your example.

Although it is shame (from my perspective) as there was obviously some
modicum of effort put to produce this. :)

https://codereview.appspot.com/256090043/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]