Jump to content

User:Trackerwannabe/Examples:Music Pentatonic (Gamelan)

From Wikipedia, the free encyclopedia

Musical notation can be embedded in wiki pages using the Score template. Further documentation is available here.

  % How to get interval of octaves to play both notes?  I hear only the bottom note.
  {
    \omit Score.TimeSignature
    \cadenzaOn     % turn off bar lines
    \set Score.tempoHideNote = ##t \tempo 1 = 120
    \clef treble \key c \major
    c'1 d'1 f'1 <bes bes'> g' c''
    \bar "|"

    s8 \clef bass
    c1 d1 f1 <bes bes,> g c'
    \bar "|."
  }
  \addlyrics
  {

% Note that this style of comment does not work here: <!-- ... -->

     o e u a i o
     o e u a i o
  }


See also

[edit]