Jump to content

Ambitus: Difference between revisions

From LilyPond wiki
m New category
Replaced content with "e"
Tags: Replaced Reverted Mobile edit Mobile web edit
Line 1: Line 1:
Ambitus indicate pitch ranges for voices.
e
 
Accidentals only show up if they are not part of the key signature. <code>AmbitusNoteHead</code> grobs also have ledger lines.
 
<lilypond version="2.24">
\layout {
  \context {
    \Voice
    \consists "Ambitus_engraver"
  }
}
 
<<
  \new Staff {
    \relative c' {
      \time 2/4
      c4 f'
    }
  }
  \new Staff {
    \relative c' {
      \time  2/4
      \key d \major
      cis4 as'
    }
  }
>>
</lilypond>
 
[[Category:Vocal music]]
[[Category:Pitches]]
[[Category:Vocal music]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]

Revision as of 11:58, 6 December 2025

e