bug-lilypond
[Top][All Lists]
Advanced

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

Octave check of low notes


From: Christian Hitz
Subject: Octave check of low notes
Date: Sun, 8 May 2005 15:41:18 +0200

Hi,

the current octave check only allows to check for "high" octaves (indicated with quotes). Using it on "low" octaves (with comma) leads to unexpected high notes (e.g. b'' instead of b,,).

Christian

\version "2.5.23"

\score
{
    \new Staff \relative c, {
        \clef "bass"
        a2 b=,,
    }
    \layout {
        raggedright = ##t
    }
}





reply via email to

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