lilypond-user
[Top][All Lists]
Advanced

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

RE: delayed turn with accidental


From: Mark Stephen Mrotek
Subject: RE: delayed turn with accidental
Date: Sat, 3 Aug 2019 11:15:22 -0700

Pierre,

Thank you, it is perfect.

The piece is in D, need I change anything other than the specific notes, a and d?

 

Mark

 

From: Pierre Perol-Schneider [mailto:address@hidden]
Sent: Friday, August 02, 2019 11:38 PM
To: Mark Stephen Mrotek <address@hidden>
Cc: lilypond-user <address@hidden>
Subject: Re: delayed turn with accidental

 

Hi Mark,

How about:

\version "2.19.81"

\transpose c d \relative c'' <<
  {
    \stemNeutral
    \slurNeutral
    c4.( d8)
  } \\
  {
    s4
    \once \set suggestAccidentals = ##t
    \once \override AccidentalSuggestion.font-size = -3
    \once \override AccidentalSuggestion.script-priority = -1
    \once \override AccidentalSuggestion.direction = 1
    \single \hideNotes
    b8^\turn \noBeam -\tweak font-size #-3 ^\markup\halign #-2 \flat
    s8
  }
>>

Cheers,

Pierre

 

Le sam. 3 août 2019 à 05:47, Mark Stephen Mrotek <address@hidden> a écrit :

Hello!

 

The following is from 2.19 documents

 

\version "2.19.81"

 

\relative c'' {

  c2*2/3 ( s2*1/3\turn d4) r

  <<

    { c4.( d8) }

    { s4 s\turn }

  >>

  \transpose c d \relative c'' <<

    { c4. (d8) }

   

      s4

      \once \set suggestAccidentals = ##t

      \once \override AccidentalSuggestion.outside-staff-priority = ##f

      \once \override AccidentalSuggestion.avoid-slur = #'inside

      \once \override AccidentalSuggestion.font-size = -3

      \once \override AccidentalSuggestion.script-priority = -1

      \single \hideNotes

      b8-\turn \noBeam

      s8

    }

  >>

}

 

I want the third example – delayed turn with sharp below – and add a flat above.

How do I extract only that portion of the snippet?

 

Thank you for your kind attention.

 

Mark

_______________________________________________
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]