Menu

#4759 StaffSymbol.thickness affects bar number position

Accepted
nobody
None
Ugly
2016-02-16
2016-01-31
No

Changing the thickness of staff lines has known (and intended) side
effects on stems etc. But it should not move the bar numbers as shown here:

{
  \override Staff.StaffSymbol.thickness = 3
  a1 \break a
}

Discussion

  • Simon Albrecht

    Simon Albrecht - 2016-01-31
    \version "2.19.35"
    \paper { #(set-paper-size "a9") indent = 0 }
    #(ly:set-option 'point-and-click #f)
    \header { tagline = ##f }
    \layout {
      \context {
        \Score
        barNumberVisibility = #all-bar-numbers-visible
      }
    }
    {
      \bar ""
      1
    }
    {
      \override Staff.StaffSymbol.thickness = 3
      \bar ""
      1
    }
    
     
  • Phil Holmes

    Phil Holmes - 2016-02-16
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,3 @@
    -
     Changing the thickness of staff lines has known (and intended) side
     effects on stems etc. But it should not move the bar numbers as shown here:
     ~~~~
    
    • status: New --> Accepted