What's this? Searching the LSR Browse by date Contributing Snippet database | Browsing items 160−169 out of 949 |
Individual note heads in a chord can be modified with the \tweak
command inside a chord, by altering the font-size
property.
Inside the chord (within the brackets < >
), before the note to be altered, place the \tweak
command, followed by font-size
and define the proper size like #-2
(a tiny note head).
auto-knee-gap
property. A kneed beam
is drawn if the gap is larger than the value of
auto-knee-gap
plus the width of the beam object
(which depends on the duration of the notes and the slope of the beam).
By default auto-knee-gap
is set to 5.5 staff spaces.
Other snippets show how to replace a breathe symbol by some other symbol. This snippet extends that idea by:
In this example the breathe symbol is replaced by the comma character from the Helvetica font. This character is enlarged and slightly raised using the \raise
markup function.
However, by moving the Staff_performer
to the Voice
context, each voice on a staff can have its own MIDI channel, as is demonstrated by the following example: despite being on the same staff, two MIDI channels are created, each with a different midiInstrument
.