Menu

#1758 layout-set-staff-size doesn't work properly

Duplicate
nobody
None
Defect
2018-04-11
2011-07-12
Anonymous
No

Originally created by: *anonymous

Originally created by: lemniska...@gmail.com

Apparently layout-set-staff-size changes everything except staff space...

\score {
  { b }
  \layout {
    #(layout-set-staff-size 12) %doesn't change staff space
  }
}
1 Attachments

Discussion

  • Google Importer

    Google Importer - 2011-07-12

    Originally posted by: n.putt...@gmail.com

    (No comment was entered for this change.)

    Mergedinto: 216
    Status: Duplicate

     
  • Google Importer

    Google Importer - 2011-07-12

    Originally posted by: lemniska...@gmail.com

    oops, sorry...

     
  • Google Importer

    Google Importer - 2011-07-14

    Originally posted by: brownian.box@gmail.com

    (No comment was entered for this change.)

    Mergedinto:
    Status: Verified

     
  • Simon Albrecht

    Simon Albrecht - 2018-04-11
    • Description has changed:

    Diff:

    
    
    • status: Verified --> Duplicate
    • Needs: -->
    • Patch: -->
     
  • Simon Albrecht

    Simon Albrecht - 2018-04-11
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,9 +4,12 @@
    
     Apparently layout-set-staff-size changes everything except staff space...
    
    -\score \{
    -  \{ b \}
    -  \layout \{
    -    \#\(layout-set-staff-size 12\) %doesn't change staff spave
    -  \}
    -\}
    +~~~~
    +:::TeX
    +\score {
    +  { b }
    +  \layout {
    +    #(layout-set-staff-size 12) %doesn't change staff space
    +  }
    +}
    +~~~~