lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: Signe d'octaviation


From: Pierre Perol-Schneider
Subject: Re: Signe d'octaviation
Date: Mon, 9 Jun 2014 20:10:09 +0200

Le 8 juin 2014 22:27, Seventies <address@hidden> a écrit :
Bonsoir à l'équipe,

Pour obtenir un signe d'octaviation différent du 8va, il faut placer
l'instruction \set Staff.ottavation = #"8" à la suite de chaque \ottava #1

Est-ilpossible de régler ce paramètre une fois pour toutes, afin de ne pas
répéter à chaque fois cette instruction \set.

Bonsoir Jean-François,
Une petite solution rapide (si j'ai bien compris) :

%%%%%%%%%%%%%%%%
\version "2.18.2"

myOttava = {

  \ottava #1

  \set Staff.ottavation = #"8"

}


\score {

  \new Staff {

    \relative c'' {

      \myOttava c d e f \ottava #0 g a b c

    }

  }

}

%%%%%%%%%%%%%%%%


Bonne soirée,

Pierre




reply via email to

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