lilypond-user
[Top][All Lists]
Advanced

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

Re: a specific note head shape for string players


From: Pierre Perol-Schneider
Subject: Re: a specific note head shape for string players
Date: Thu, 31 Aug 2017 12:02:57 +0200

Hi Paul,

How about :

\version "2.18.2"

\relative c {
  \time 3/4
  \clef alto
 
  % measure  77
  des'16[ des  bes'8~]
  bes16[ aes-- g-- aes--]
  g[ f e <f 
    %\tweak Accidental.color #red
    %\tweak NoteHead.color #red 
    \tweak stencil #(lambda (grob) ly:notehead::print
                      (grob-interpret-markup grob
                         (markup #:musicglyph "noteheads.s0laThin" )))
    bes,>]

}

Cheers,
Piette

2017-08-31 9:07 GMT+02:00 B~M <address@hidden>:
String players sometimes have to put one finger over two strings, but sound just one. 
The finger also stopping an unplayed string is often played later, so this action is one 
of finger preparation. I show this in the attached snippet where I have used a red note 
head to denote the unplayed, but stopped note. Red looks a little vulgar and loud. 
In the Kreutzer 42 Violin studies, this action is indicated with a blank square, something 
like the end marker of a proof in mathematics. 
Is there please any way I can change the note heads shown in red to a small blank square ? 

Paul 

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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