lilypond-user
[Top][All Lists]
Advanced

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

transpose range


From: Gianmaria Lari
Subject: transpose range
Date: Sun, 25 Jun 2017 10:29:51 +0200

The result of a transpose operation sometimes generate notes that are too high (or too low) for my needs. In this case I would like to have these notes one octave lower (or higher). 

Is there any way to indicate a range where the notes should stay when applying a transpose function?

Here it is an example code with the issue.

\version "2.19.60"
music = \fixed c' {c e g c}

{\music}
{\transpose c e \music} %b is too high
{  e' gis' b e'} % this is ok


reply via email to

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