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

« back to all changes in this revision

Viewing changes to pics/clef_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
 
#(set-global-staff-size 14.2857)
3
 
\paper {
4
 
  oddFooterMarkup = ##f
5
 
  evenFooterMarkup = ##f
6
 
  oddHeaderMarkup = ##f
7
 
  evenHeaderMarkup = ##f
8
 
}
9
 
 
10
 
\layout {
11
 
  indent = #0
12
 
  \context {
13
 
    \Staff
14
 
    \remove "Time_signature_engraver"
15
 
    \override StaffSymbol #'width = #4
16
 
  }
17
 
}