~ubuntu-branches/ubuntu/vivid/frescobaldi/vivid

« back to all changes in this revision

Viewing changes to pics/system_defaults.ily

  • Committer: Package Import Robot
  • Author(s): Ryan Kavanagh
  • Date: 2012-01-03 16:20:11 UTC
  • mfrom: (1.4.1)
  • Revision ID: package-import@ubuntu.com-20120103162011-tsjkwl4sntwmprea
Tags: 2.0.0-1
* New upstream release 
* Drop the following uneeded patches:
  + 01_checkmodules_no_python-kde4_build-dep.diff
  + 02_no_pyc.diff
  + 04_no_binary_lilypond_upgrades.diff
* Needs new dependency python-poppler-qt4
* Update debian/watch for new download path
* Update copyright file with new holders and years

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
\version "2.10.0"
2
 
 
3
 
#(set-global-staff-size (* 20 (/ 4 7)))
4
 
 
5
 
\paper {
6
 
  ragged-right = ##t
7
 
}
8
 
 
9
 
\header {
10
 
  tagline = ##f
11
 
}
12
 
 
13
 
music = {
14
 
  s1
15
 
}
16
 
 
17
 
\layout {
18
 
  indent = #0
19
 
  \context {
20
 
    \Score
21
 
    \remove "Bar_number_engraver"
22
 
    defaultBarType = #""
23
 
  }
24
 
  \context {
25
 
    \Staff
26
 
    \remove "Time_signature_engraver"
27
 
    \remove "Clef_engraver"
28
 
    \override StaffSymbol #'line-count = #4
29
 
    \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3)
30
 
  }
31
 
}