~ubuntu-branches/ubuntu/precise/lilypond/precise

« back to all changes in this revision

Viewing changes to input/test/temporary-stave.ly

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2006-12-19 10:18:12 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061219101812-7awtjkp0i393wxty
Tags: 2.8.7-3
scripts/midi2ly.py: When setting DATADIR, find Lilypond python files
in the @TOPLEVEL_VERSION@ directory, not 'current'.  Patch thanks to
Chris Lamb (chris@chris-lamb.co.uk).  (Closes: #400550)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
\version "2.2.0"
 
2
\version "2.7.39"
3
3
 
4
4
\header {
5
5
 
11
11
12
12
 
13
13
\score {
14
 
  \notes {
 
14
   {
15
15
    \relative c' {
16
 
      \context Staff = One { c4 d e f }
 
16
      \new Staff = One { c4 d e f }
17
17
      <<
18
18
        {c d e f | c d e f | c c c c | c c c c }
19
 
        \context TemporaryStaff = Two { c4 c8 d e4 f | c d e f |
 
19
        \new TemporaryStaff = Two { c4 c8 d e4 f | c d e f |
20
20
          c c c c | c c c8 b c b |}
21
21
      >>
22
22
      c4 d e f |
23
23
    }
24
24
  }
25
 
  \paper {
 
25
  \layout {
26
26
    \context {
27
 
      \ScoreContext
 
27
      \Score
28
28
      \consists Span_bar_engraver
29
29
      % Avoid a vertical line at the beginning of the system:
30
30
      \remove System_start_delimiter_engraver
32
32
      \accepts "TemporaryStaff"
33
33
    }
34
34
    \context {
35
 
      \StaffContext
 
35
      \Staff
36
36
      \name "TemporaryStaff"
37
37
      \alias "Staff"
38
38
      \remove "Clef_engraver"