lilypond-user
[Top][All Lists]
Advanced

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

Re: sharp and turn on a note


From: Jan Nieuwenhuizen
Subject: Re: sharp and turn on a note
Date: Sat, 16 Feb 2002 13:23:19 +0100

address@hidden writes:

> c''4-\p^#'(music "accidentals-1")^#'(music
> "scripts-turn")^#'(music "accidentals--1")
[..]
> I hope this helps, and if anyone has a more
> elegant (or less space-consuming) alternative,
> please post it!

Try:

    % -*-LilyPond-indent-level:2-*-

    flat = #'(music "accidentals--1")
    sharp = #'(music "accidentals-1")
    sturn = #'(music "scripts-turn")

    \score{
      \notes\relative c'' {
        c4-\p^#'(music "accidentals-1")^#'(music
        "scripts-turn")^#'(music "accidentals--1")
        c4-\p^\sharp^\sturn^\flat
      }
      \paper{ linewidth = -1. }
    }

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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