lilypond-user
[Top][All Lists]
Advanced

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

Re: Converting note name language


From: Gilles THIBAULT
Subject: Re: Converting note name language
Date: Thu, 22 Oct 2009 16:05:46 +0200


I'd like to know how to convert the former file to the latter
automatically, not manually.

Something like that seems to work

%%%%%%%%%%%%%%
\include "italiano.ly"

music = { do8 re mi fa sol la si do | sib2 mib |
si4 si si si|
\bar "|."   }

\include "deutsch.ly"

\displayLilyMusic \music

%%%%%%%%%%%%%%
The output gives notes in deutsch (and with a good indentation ...)
{
 c8 d e f g a h c |
 b2 es |
 h4 h h h |
\bar "|." }
You just have to redirect the output.

Gilles





reply via email to

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