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 <kontrapunktste...@gmail.com>:

> 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 <thomasmorle...@gmail.com>:
>
>> 2017-08-09 22:26 GMT+02:00 Stefan Thomas <kontrapunktste...@gmail.com>:
>> > 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-PM
>> LP29490-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
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to