lilypond-user
[Top][All Lists]
Advanced

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

Re: special ornament sign


From: Pierre Perol-Schneider
Subject: Re: special ornament sign
Date: Thu, 10 Aug 2017 10:51:06 +0200

Hi Stefan,

How about:

\version "2.19"

yourSign = ^\markup {
  \combine
    \vcenter \center-align \fontsize #2.5 "~"
    \vcenter \center-align \fontsize #-3 "|"
  }
 
mySign =
^\markup
\with-dimensions #'(0 . 0) #'(0 . 0)
\translate #'(-.4 . .4) {
  \combine
  \rotate #25
  \concat
  \override #'(height . 0.5)
  \override #'(thickness . 1.4) {
    \draw-squiggle-line #1 #'(1 . 0) ##t
    \hspace #-.1
    \draw-squiggle-line #1 #'(-1 . 0) ##t
  }
  \rotate #-10
  \translate #'(1 . 0)
  \fontsize #-4
  \scale #'(.8 . 2.1)
  \vcenter\musicglyph #"scripts.ustaccatissimo"
}

\fixed c''{
  \time 3/8
  s4.
  b8\yourSign d'16 b g8
  b8\mySign d'16 b g8
  s
}
            
Cheers,
Pierre

2017-08-09 23:05 GMT+02:00 Stefan Thomas <address@hidden>:
Dear Thomas,
thanks for Your tipp!
I did it now with
slashedturn =     \markup {
           \combine
               \vcenter \center-align \fontsize #2.5 "~"
               \vcenter \center-align \fontsize #-3 "|"
                       }

2017-08-09 22:43 GMT+02:00 Thomas Morley <address@hidden>:
2017-08-09 22:26 GMT+02:00 Stefan Thomas <address@hidden>:
> Dear community,
> I need to typeset a sign, which looks a bit like a that You can see in
> meaure number 10 (right hand) in the following example:
> http://petrucci.mus.auth.gr/imglnks/usimg/7/7c/IMSLP92499-PMLP29490-haydn_fant_op58.pdf
> I found something similar here:
> http://lists.gnu.org/archive/html/lilypond-user/2009-09/msg00393.html
> but it looks a bit to "heavy" for me. Is there another way to build this
> sign? Maybee I could use another special font (if one exists) for that?
> Thanks for Your help,
> Stefan

Something of:

\markup { 𝆗 }
\markup { 𝆘 }
\markup { 𝆙 }
\markup { 𝆚 }

?


Cheers,
  Harm


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