lilypond-user
[Top][All Lists]
Advanced

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

Autochange not working


From: muggle
Subject: Autochange not working
Date: Wed, 8 Jan 2014 15:34:39 -0800 (PST)

Here is my code:


\version "2.16.2" 

\header{ 
  title =  \markup{"title"} 
  subsubtitle = \markup{"subtitle"} 
} 

up = \relative c'' { 
  \clef treble 
  \key c \major 
  \time 4/4
  \autochange {c4 c, c, c' c' c, c, c, c' c' c' c'}
} 

down = \relative c { 
  \clef bass 
  \key c \major 
  \time 4/4
} 

\score { 
  << 
    \new PianoStaff << 
      \new Staff = "up" \up 
      \new Staff = "down" \down 
    >> 
  >> 
  \layout { 
    \context { \Staff \RemoveEmptyStaves } 
  } 
  \midi { } 
} 


where all notes appear in the bass clef. Is there a way to specify which
notes go where? For example, if I want all notes above A (it's 3 semitones
below middle C) to be printed on the treble clef, is there a command to do
so?



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Autochange-not-working-tp157471.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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