lilypond-user
[Top][All Lists]
Advanced

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

RE: Are harmonic trills possible?


From: Steven Weber
Subject: RE: Are harmonic trills possible?
Date: Wed, 15 Apr 2015 10:51:23 -0700

Try s0harmonic instead of s2harmonic

 

--Steven

 

From: address@hidden [mailto:address@hidden On Behalf Of Trevor Baca
Sent: Wednesday, April 15, 2015 10:48 AM
To: Pierre Perol-Schneider
Cc: lilypond-user
Subject: Re: Are harmonic trills possible?

 

Hi Pierre,

 

This is absolutely wonderful. Thank you so much. (Right before a deadline and this is incredibly helpful.)

 

Would you, by chance, know a way to make the diamond white instead of black?

 

Trevor.

 

On Wed, Apr 15, 2015 at 1:06 PM, Pierre Perol-Schneider <address@hidden> wrote:

Hi Trevor,

How about:

\version "2.19.17"                                                             
%\language "english"                                              
                                                                               
\new Staff {                                                                   
   %\override TrillPitchHead.style = #'diamond                                 
   \once\override TrillPitchHead.stencil = #(lambda (grob)
        (grob-interpret-markup grob
          #{ \markup \musicglyph #"noteheads.s2harmonic" #}
          ))
   \pitchedTrill                                                              
   
     c'4 \startTrillSpan
    cis'                                                    
    d'4 \stopTrillSpan                                                         
    e'4                                                                        
    f'4                                                                        
}      

Cheers,

Pierre

 

2015-04-15 18:11 GMT+02:00 Trevor Bača <address@hidden>:

Hi,

 

Is it possible to override trill pitch note heads in the shape of a (diamond) natural harmonic?

 

This attempt ...

 

### BEGIN ###

 

\version "2.19.17"                                                              

\language "english"                                                             

                                                                                

                                                                                

\new Staff {                                                                    

    \override TrillPitchHead.style = #'diamond                                  

    \pitchedTrill                                                               

    c'4 \startTrillSpan cs'                                                     

    d'4 \stopTrillSpan                                                          

    e'4                                                                         

    f'4                                                                         

}                                                                               

 

### END ###

 

... prints no trill pitch note head at all:

 

GNU LilyPond 2.19.17

Processing `tmp.ly'

Parsing...

Interpreting music...

Preprocessing graphical objects...

programming error: must have stem dir for note head

continuing, cross fingers

tmp.ly:8:9: warning: none of note heads `noteheads.s' or `noteheads.d' found

    c'4 

        \startTrillSpan cs'

 

 

Does anyone have a workaround? (I'm wanting the sort of mixed trill possible between an open string and one of the string's harmonic nodes, standard as per Saariaho, Sciarrino and so on.)

 

 

--

Trevor Bača
address@hidden

 

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

 



 

--

Trevor Bača
address@hidden


reply via email to

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