lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving slur after \hideNotes


From: Pierre Perol-Schneider
Subject: Re: Moving slur after \hideNotes
Date: Tue, 9 Jul 2013 10:22:14 +0200

Hi John,

2013/7/8 John Kliewe <address@hidden>

The slur starting on the g# is much too high. 

Simply tweak extra offset it.
 
Also, I don't want to see the "3" both over and under the triplet. 


Here's a little trick that I use from time to time when no tuplet numbers and bracket are needed :

\version "2.16.0"

\relative c' { 
  \clef treble
  \time 6/8
  \key b \major
  ais'4 gis8 
  << { 
         \hideNotes 
    gis'4.~\> -\tweak #'extra-offset #'(0 . -1.5)\( 
    gis16 fis eis dis cisis dis\! e eis\) gisis,\( ais 
    \unHideNotes b16*2/3 \accent[ s ais] 
    \hideNotes 
         \stemDown 
         s4. fis4\) fis16 eis } \\ 
  { 
    gis'4. gis16 fis eis dis cisis dis e eis gisis, ais b16*2/3 eis, ais
    \stemUp 
    gis4.\accent fis4
  } >>
}

Cheers,
Pierre

 


reply via email to

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