X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fslur-scoring.hh;h=1ae187477b28c9979f9377f325a4c77555cc9764;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=392253b49ccecfd8dc7fa85e254ade2b17926a43;hpb=89b7e75f6888d2020f7fe8b258e818c0c5e7a223;p=lilypond.git diff --git a/lily/include/slur-scoring.hh b/lily/include/slur-scoring.hh index 392253b49c..1ae187477b 100644 --- a/lily/include/slur-scoring.hh +++ b/lily/include/slur-scoring.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2004--2012 Han-Wen Nienhuys + Copyright (C) 2004--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -84,7 +84,6 @@ struct Slur_score_state { Spanner *slur_; Grob *common_[NO_AXES]; - bool stub_; bool valid_; bool edge_has_beams_; bool is_broken_; @@ -101,6 +100,7 @@ struct Slur_score_state Drul_array base_attachments_; vector configurations_; Real staff_space_; + Real line_thickness_; Real thickness_; Slur_score_state ();