lilypond-user
[Top][All Lists]
Advanced

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

looking for a way to print inverval from 2 notes


From: christophe 1710
Subject: looking for a way to print inverval from 2 notes
Date: Thu, 17 Mar 2011 10:55:18 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9

Hello all,

i'm working on the different modal structure from a score and i woud like to print the half or full ton from one not to the next one!

\version "2.12.3"
\include "italiano.ly"
\header { }
TimeKey = { \key do \minor \time 12/8}
mi' {
            \clef treble
              \override Score.BarLine #'stencil = ##f
            \override Stem #'transparent = ##t
\override Staff.TimeSignature #'stencil = ##f

            sib4 dob reb mib fab solb
            }
\score {
    \new Staff {
    \new voice = "Violon" { \One}
    }
\layout {}
}

\startGroup and \stopGroup could be a solution but how to write bellow in the middle of the bracket the interval "1/2T" or "1T"

Thanks for your help all

regard
chris

reply via email to

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