Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
LilyPond wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Hymn template (Wilhelmus van Nassouwe)
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
This hymn example was taken from the original documentation; it features the Dutch anthem “Wilhelmus van Nassouwe”, with several variations for different verses. <lilypond version="2.24.0" full> %% http://lsr.di.unimi.it/LSR/Item?id=648 %here starts the snippet: \header { texidoc = "Wilhelmus van Nassouwe" title = "Wilhelmus van Nassouwe" composer = "Valerius" subtitle = "Neder-landtsche gedenck-clanck" opus = "1626" copyright = "public domain" enteredby = "janneke@gnu.org" } %% hymn tricks noclefs = { s1 \override Staff.Clef.break-visibility = #all-invisible } setMargins = { \override Staff.TimeSignature.space-alist.first-note = #'(extra-space . 9.5) \override Staff.KeySignature.space-alist.staff-bar = #'(extra-space . 15) \override Score.LeftEdge.space-alist.key-signature = #'(extra-space . 1) } "|" = { %% Set height of bar line to 2 staff-spaces \once \override Staff.BarLine.bar-extent = #'(0 . 2) \bar "|" } myBreak = { \bar "" \break } \layout { indent = 0.0\mm line-width = 120.0\mm textheight = 270.0\mm } voice = \relative c' { \clef violin \key g \major d4 | g g a a b | a8 \myBreak b8 | c4 b a a | g2. \myBreak d4 | g g a a | b a8 \myBreak b8 | c4 b a a| g2. \myBreak %% Hack for better left tekst margin %% b8[ c] | d2 e4 d2 c4 | b a8 \myBreak \set melismaBusyProperties = #'() b8[ c] | \unset melismaBusyProperties d2 e4 d2 c4 b | a8 \myBreak b8 | c4 b a g | a2. \myBreak d,4 | g4.\melisma a8\melismaEnd b2 a2 g4 | fis e8 \myBreak d8 | e4 g g fis | \override NoteHead.style = #'neomensural g\breve %% justified lines: %%\override Staff.BarLine.extra-offset = #'(12 . 0) %% ragged-right: \override Staff.BarLine.extra-offset = #'(23 . 0) \bar "|." } stich = \relative c'' { \override Staff.NoteCollision.merge-differently-dotted = ##t \set fontSize = #-3 \override Stem.length-fraction = #(magstep -3) \voiceTwo \partial 4 s4 s s a8[ b] c[ a] s4. s8 s4 s a8 g s4 s2. s4 s s a8[ b] c[ a] s4. s8 s4 s a8 g s4 s2. s8 s s2 s4 s2 s4 s s8 s8 s4 s s s s2. s4 g8[ fis g a] s2 s2 s4 s s8 s8 e8[ fis] } modernText = \lyricmode { Wil -- hel -- mus van Nas -- sou -- we ben ik van duit -- sen bloed, den va -- der -- land ge -- trou -- we blijf ik tot in den dood. Een prin -- se van O -- ran -- je ben ik vrij on -- ver -- veerd, den ko -- ning van His -- pan -- je heb ik al -- tijd ge -- eerd. } text = \lyricmode { Wil -- hel -- mus van Nas -- sou -- we Ben ick van duyt -- schen bloet, Den Va -- der -- landt ghe -- trou -- we, blyf ick tot in den doot! %% Hack for better left text margin: %% Een Prin -- ce van O -- ran -- gien Een " " Prin -- ce van O -- ran -- gien Ben ick, vry, on -- ver -- veert; Den Co -- ninck van His -- pan -- gien Heb ick al -- tijt ghe -- eert. } oneHalfNoteTime = \markup { \override #'(baseline-skip . 0) \column { \line { \number "1" } \line { \smaller \smaller \note {2} #-0.6 } } } \layout { ragged-right = ##t \context { \Score %% defaults %% (shortest-duration-space . 2.0) %% (spacing-increment . 1.2) %% (base-shortest-duration . ,(ly:make-moment 1/8)) %% wider spacing \override SpacingSpanner.shortest-duration-space = #3.0 \override SpacingSpanner.spacing-increment = #1.2 \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/8) } } \score { \context Score << \context Staff << \override Staff.StaffSymbol.width = #'80 \set Staff.autoBeaming = ##f \set Score.timing = ##f \setMargins %% Custom time signature \override Staff.TimeSignature.stencil = #ly:text-interface::print \override Staff.TimeSignature.text = #oneHalfNoteTime \override Staff.TimeSignature.style = #'numbered \noclefs \new Voice = "voice" \voice \new Voice = "stich" \stich >> \new Lyrics \lyricsto "voice" { \text } >> \layout {} \midi {} } </lilypond> [[Category:Vocal music]] [[Category:Ancient notation]] [[Category:Template]]
Summary:
Please note that all contributions to LilyPond wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Meta:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Hymn template (Wilhelmus van Nassouwe)
Add topic