One option would be to scale the durations instead of using tuplets,
e.g. you could change
\hideNotes b2. b4\sustainOn b2 \tuplet 3/2{ b8 b4\sustainOff}
b4\sustainOn \tuplet 3/2{ b8 b8\sustainOff b8 }
to
\hideNotes b2. b4\sustainOn b2 b8*2/3 b4*2/3\sustainOff
b4\sustainOn b4*2/3\sus
Ryan,
See my additions below.
Mark
From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org]
On Behalf Of Ryan Michael
Sent: Sunday, August 26, 2018 4:05 PM
To: lilypond-user
Subject: hide entire tuplet entity
Hello. I am currently working on a piano piece an
Hello. I am currently working on a piano piece and I want to have sustain
spans below the bass clef while the left hand is resting for whole
measures. I want to the sustain to line up with tuplets on the right hand
in the treble clef. My current strategy is to fake the same phrase in the
bass clef
On 8/25/2018 6:52 PM, Trevor Bača wrote:
Hey Ben,
When you're using markup as dynamics, don't you find that you're
unable to include those constructs in hairpins?
I went through a period where I was using straight-up text for
dynamics like you're mentioning. But the hairpin limitation moved
Btw, see manual:
http://lilypond.org/doc/v2.18/Documentation/notation/guitar.html#indicating-harmonics-and-dampened-notes
Le dim. 26 août 2018 à 10:58, Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com> a écrit :
> Hi Ryan,
>
> How about:
>
> \version "2.18.2"
>
> {
> \override NoteHead
Hi Ryan,
How about:
\version "2.18.2"
{
\override NoteHead.style = #'harmonic-mixed
c' c'8
}
Cheers,
PIerre
Le dim. 26 août 2018 à 10:23, Ryan Michael a
écrit :
> Hello I am trying to write crotchet notation but with the \harmonic
> default shape. Instead of it having a open notehead i w
Hello I am trying to write crotchet notation but with the \harmonic default
shape. Instead of it having a open notehead i would like it to be filled
black like in a normal eighth note or quarter note. Is there a way to
customize the \harmonic notation for these shorter durations of notes?
Thanks!